log/slog.commonHandler.opts (field)

11 uses

	log/slog (current package)
		handler.go#L188: 	opts              HandlerOptions
		handler.go#L205: 		opts:              h.opts,
		handler.go#L219: 	if h.opts.Level != nil {
		handler.go#L220: 		minLevel = h.opts.Level.Level()
		handler.go#L274: 	rep := h.opts.ReplaceAttr
		handler.go#L296: 	if h.opts.AddSource {
		handler.go#L395: 	if h.opts.ReplaceAttr != nil {
		handler.go#L469: 	if rep := s.h.opts.ReplaceAttr; rep != nil && a.Value.Kind() != KindGroup {
		json_handler.go#L38: 			opts: *opts,
		text_handler.go#L36: 			opts: *opts,